home *** CD-ROM | disk | FTP | other *** search
/ Material World - A Global Family Portrait / Material World - A Global Family Portrait.iso / mac / SHARED.DIR / 01195_Field_road30.txt < prev    next >
Text File  |  1995-01-30  |  338b  |  12 lines

  1. on mouseDown
  2.   global roadButH, roadButV
  3.   set the castNum of sprite 48 = 1102
  4.   set the locH of sprite 48 to roadButH
  5.   set the locV of sprite 48 to roadButV+1
  6.   set the ink of sprite 48 to 0
  7.   updateStage
  8.   set the mouseDownScript = empty
  9.   cursorsOff
  10.   go to movie char 1 of getAt(backFile,1) & "ISR.DIR"
  11.   dontPassEvent
  12. end